Project Planning software:

Below are the files





How to install?


download files.

Install apache
Install php for apache
Install mysql server

(everything is done very simple via synaptic in Ubuntu)

put all files to /var/www/ProjectPlan

change ProjectPlan.php and createDatabaseOnHosting.php (put correct $mysql_user, $mysql_password variables)

open browser
go to 127.0.0.1/ProjectPlan/createDatabaseOnHosting.php

You are done.

How to add new users?


Install mysql client
run mysql in terminal (with correct --user and --password)

type:
use Projects;
insert into Users (login,password) values ('newUserLogin','newUserPassword');

(Yes, passwords are stored uncripted... however, we are not doing nuclear research for Iran, aren't we? ;)

How to work?


Go to http://127.0.0.1/ProjectPlan/login.php in browser
Login
enjoy! ;)